From 88fb7164435300e0b0db9cee5c17a19c85437a7c Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:33:34 -0600 Subject: [PATCH] stay on macos11 for github actions a bit longer. macos-lastest is changing to macos12. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 93bc0ea02..bf969be85 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ on: jobs: macos: name: macOS Build - runs-on: macos-latest + runs-on: macos-11 strategy: fail-fast: false matrix: -- 2.30.2